home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / math / ucalc30c.zip / HISTORY.DOC < prev    next >
Text File  |  1996-04-17  |  6KB  |  147 lines

  1. UCALC v3.0, v3.0c  (3-31-96, 4-17-96)
  2. =================
  3.  
  4.     Features added
  5.     --------------
  6.     o TSR window can be moved or resized (with <Ctrl>+Arrow or <Alt>+Arrow)
  7.     o Mouse support
  8.            - User can check out coordinates using the mouse
  9.            - Left button zooms in, and right button zooms out
  10.     o PLOTF command sends graph data to a file
  11.     o The equation solver can now display multiple answers
  12.  
  13.     Bug Fix
  14.     -------
  15.     o SEC, CSC, and COT functions now work properly in degree mode
  16.     o Multiparameter functions with nested definitions work properly now
  17.  
  18.     UCALC v3.0 was released before a certain deadline, and submitted only
  19.     at one location.  UCALC v3.0c is a re-release with small fixes to the
  20.     documentation and the program.
  21.  
  22.  
  23. UCALC v2.8  (3-13-95)
  24. ==========
  25.  
  26.     Features added
  27.     --------------
  28.     o TSR (allows user to pop UCALC up at any time by pressing a key)
  29.            - Takes less than 6K of main memory (when using EMS or file)
  30.            - User can choose hot key
  31.            - "     "      "  EMS, Main memory, or file
  32.            - User can paste the result when exiting
  33.            - TSR mode is optional.  It's loaded by typing "UCALC /TSR"
  34.            - UCALC can be unloaded from memory
  35.     o Menu for graphing which supports the following by pressing a key:
  36.            - Tracing
  37.            - Zooming
  38.            - Area filling
  39.            - color changing
  40.            - grid/axis toggle
  41.            - dot/connect toggle
  42.            - monochrome toggle
  43.            - graph redraw
  44.     o Text can be added on the graphic screen at the cursor location
  45.     o PPLOT, or PLOT with no arguments recall previous equations for plotting
  46.     o Equations in the form y=f(x) can have a domain, ex: "PLOT 1/x, 1 to 5"
  47.     o DOS redirection can be turned off for faster screen output
  48.     o Built-in support for MCGA
  49.     o COLOR command to change text color
  50.  
  51.     Commands which are new, or enhanced include:  COLOR, GCOLOR, GRID, AXIS,
  52.     ZOOM, PLOT, PPLOT, REDIRECT, CONNECT, PASTE, EXIT (TSR), and MODE (MCGA)
  53.  
  54.     Changes
  55.     -------
  56.     o More pages have been added to the help screen
  57.     o The commands in the help screen are in alphabetical order
  58.     o The PLOTDEMO file has been changed to reflect new graphing features
  59.     o The shareware version is the same as the registered version, except
  60.       for registration reminders.
  61.  
  62.     Bug fix
  63.     -------
  64.     o An error message is displayed when the incorrect number of parameters
  65.       is entered in built-in functions.
  66.     o Axis line markers are centered correctly when fractional numbers are
  67.       used in the WINDOW command.
  68.  
  69.  
  70. UCALC v2.4  (8-16-94)
  71. ==========
  72.  
  73.     Features added
  74.     --------------
  75.     o Graphic plotting:
  76.            - Fast plotting
  77.            - CGA, EGA, Hercules, and VGA modes
  78.            - Cartesian, Polar, and Parametric graphs
  79.            - LINE, FILL, and RECTangle commands
  80.            - Data from another file can be plotted
  81.            - Support for up to 16 supper-imposed multi-color user graphs
  82.            - Smart crosshair (moves gradually faster as you hold arrow keys)
  83.            - Adjustable screen coordinate system
  84.            - Adjustable precision for graphs
  85.     o Ucalc now supports the factorial symbol (!).
  86.  
  87.     Changes
  88.     -------
  89.     o The syntax for several commands is more flexible.  For instance
  90.       LOAD"MYFILE.DEF", LOAD MYFILE.DEF, LOAD(MYFILE.DEF), are equivalent.
  91.       Also, the ".." used in SOLVE, SUM, etc.. can be replaced by " to ".
  92.       For instance SUM(x,1 to 10) is the same as SUM(x,1..10).
  93.     o The variable PI, and the functions SEC (secant), CSC (cosecant),
  94.       and COT (cotangent) are now built in.
  95.     o The function definition space has been greatly increased, so that
  96.       many more user functions can be defined.  Each expression however
  97.       can use a maximum of 33 operators.
  98.     o Due to support for the factorial notation with the "!" symbol,
  99.       the "!=" symbol for "not equal" is no longer supported.  "<>"
  100.       should be used instead.
  101.     o So that UCALC can start up a bit faster, UCALC.DEF has been removed.
  102.       Users can create their own UCALC.DEF file, or can modify, and rename
  103.       UCALC.DE back to UCALC.DEF.
  104.     o Several extra features are now reserved for those who register.
  105.  
  106.  
  107.     Bug fixes
  108.     ---------
  109.     o Functions with multiple parameters can be a part of user functions
  110.       without giving an error message.
  111.  
  112.     o UCALC /? no longer changes the screen color attribute.
  113.  
  114.  
  115. UCALC v1.8  (9-14-93)
  116. ==========
  117.  
  118.     Features added
  119.     --------------
  120.     o Support for user functions with multiple parameters.
  121.     o Support for implicit multiplication.
  122.     o UCALC.DEF can contain any command.
  123.     o Variable 'last' contains the value of the previous expression
  124.     o Commands to change or remove the "ucalc> " and "Answer: " prompts
  125.     o PRINT, SHELL, LOAD, WRITE (save), CLOSE, EXIT (quick exit),
  126.       LISTF (list user functions) commands.
  127.  
  128.     Changes
  129.     -------
  130.     o FIX controls number of decimal digits rather than total digits.
  131.     o DIG command added to do what FIX used to do.
  132.     o Due to support for implicit multiplication, users should now
  133.       avoid giving a function the same name as a variable.
  134.     o All the features previously reserved only for registered users
  135.       are now available in the shareware evaluation copy.
  136.  
  137.     Bug fixes
  138.     ---------
  139.     o F1 and CLS no longer change color screen attributes.
  140.     o Variables with embedded numeral digits no longer confuse the parser.
  141.     o UCALC.DEF in a different directory no longer causes a problem.
  142.  
  143.  
  144. UCALC v1.2  (10-25-92)
  145. ==========
  146.  
  147. This was the first public release.